Skip to content

chore(docker): update pinned tool versions#37

Open
github-actions[bot] wants to merge 1 commit intomainfrom
dockerfile-version-updates
Open

chore(docker): update pinned tool versions#37
github-actions[bot] wants to merge 1 commit intomainfrom
dockerfile-version-updates

Conversation

@github-actions
Copy link
Contributor

Dockerfile Tool Version Updates

This PR was automatically generated by the weekly version check workflow.

Changes

diff --git a/packages/core/src/docker/Dockerfile b/packages/core/src/docker/Dockerfile
index 0d9f667..3761a6c 100644
--- a/packages/core/src/docker/Dockerfile
+++ b/packages/core/src/docker/Dockerfile
@@ -365,7 +365,7 @@ RUN set -eux; \
 
 # yq v4.50.1 (2025-12-14) - YAML processor
 # Disabled temporarily to reduce Docker build time.
-# RUN curl -sL https://github.com/mikefarah/yq/releases/download/v4.52.2/yq_linux_$(dpkg --print-architecture) -o /home/opencoder/.local/bin/yq \
+# RUN curl -sL https://github.com/mikefarah/yq/releases/download/v4.52.4/yq_linux_$(dpkg --print-architecture) -o /home/opencoder/.local/bin/yq \
 #     && chmod +x /home/opencoder/.local/bin/yq
 
 # Install direnv (2026-01-22)
@@ -471,7 +471,7 @@ USER opencoder
 # # cargo-audit 0.22.0 - security audit
 # # cargo-deny 0.19.0 - dependency linter
 # RUN . /home/opencoder/.cargo/env \
-#     && cargo install --locked cargo-nextest@0.9.126 cargo-audit@0.22.1 cargo-deny@0.19.0
+#     && cargo install --locked cargo-nextest@0.9.127 cargo-audit@0.22.1 cargo-deny@0.19.0
 #
 # # Install mold fast linker (2026-01-22)
 # USER root

Version Check Output

Checking Dockerfile tool versions...

Tool                 Current      Latest       Status
----                 -------      ------       ------
yq                   v4.52.2      v4.52.4      UPDATE AVAILABLE
fzf                  v0.67.0      v0.67.0      up-to-date
act                  v0.2.84      v0.2.84      up-to-date
lazygit              v0.59.0      v0.59.0      up-to-date
grpcurl              v1.9.3       v1.9.3       up-to-date
shfmt                v3.12.0      v3.12.0      up-to-date
ripgrep              15.1.0       15.1.0       up-to-date
eza                  v0.23.4      v0.23.4      up-to-date
cargo-nextest        0.9.126      0.9.127      UPDATE AVAILABLE
cargo-audit          0.22.1       0.22.1       up-to-date
cargo-deny           0.19.0       0.19.0       up-to-date

Summary: 2 update(s) available

Updates available:
- yq: v4.52.2 -> v4.52.4 (https://github.com/mikefarah/yq/releases/tag/v4.52.4)
- cargo-nextest: 0.9.126 -> 0.9.127 (https://crates.io/crates/cargo-nextest)

Updates applied to Dockerfile
Review changes with: git diff packages/core/src/docker/Dockerfile

Testing

  • Review version changes
  • Verify no breaking changes in release notes
  • CI Docker build succeeded

Generated by dockerfile-updates workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments